type net/http.bodyEOFSignal
6 uses
net/http (current package)
transport.go#L2198: body := &bodyEOFSignal{
transport.go#L2788: type bodyEOFSignal struct {
transport.go#L2799: func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {
transport.go#L2822: func (es *bodyEOFSignal) Close() error {
transport.go#L2837: func (es *bodyEOFSignal) condfn(err error) error {
transport.go#L2850: body *bodyEOFSignal // underlying HTTP/1 response body framing
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |